home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-04-12 | 997 b | 24 lines | [TEXT/KAHL] |
- /* MyFiles.h
- * Interface to routines to handle file calls in IAC speller testbed app
- * ©1992 Working Software, Inc.
- * This source code is copyrighted. Permission is granted to use the Word Services
- * portion of the Writeswell Jr. source code in your own programs, but you
- * may not distribute the Writeswell Jr. word-processor code as a
- * commercial product. If you modify the code, please do not call it
- * Writeswell Jr. (or Writeswell.) This will ensure that people understand the
- * program and don’t have to deal with a number of different versions with
- * who-knows-what going on in the code.
- *
- * Writeswell Jr. and Writeswell are trademarks of Working Software, Inc.
- * 6 Sep 91 Mike Crawford
- */
-
- void DoOpenDialog( void );
- void DoSave( void );
- OSErr DoSaveAs( void );
- OSErr DoSaveDialog( Boolean *savedPtr );
- OSErr SaveFile( void );
- OSErr MyOpenSpecFile( FSSpec *specPtr );
- OSErr MakeNewWindow( void );
- OSErr MyOpenSfFile( SFReply *replyPtr );
- void DoCloseWindow( void );